home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / CyberStarter / Sources / PartInfo.fr < prev    next >
Encoding:
Text File  |  1996-09-17  |  921 b   |  32 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                PartInfo.fr
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #include "FWResFil.k"
  11. #include "FWPart.k"
  12. #include "FWPart.fr"
  13. #include "FWString.fr"
  14. #include "Define.h"
  15. #include "Binding.h"
  16.  
  17. //----------------------------------------------------------------------------------------
  18. // PartInfo
  19. // Provides user interface elements which the part is required to supply to OpenDoc
  20. // We can't use the nmap resources for this purpose because they aren't cross-platform.
  21. //----------------------------------------------------------------------------------------
  22.  
  23. resource FW_RPartInfo(kPartInfoID)
  24. {
  25.     kViewAsIconID,
  26.     kMenuBarID,
  27.     0,
  28.     "ODFCyberStarter R2",
  29.     kKind
  30. };
  31.  
  32.